home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 21
/
AACD 21.iso
/
AACD
/
Programming
/
Scalos
/
Developer
/
Autodoc
/
SCA_DeviceList.doc
< prev
next >
Wrap
Text File
|
1998-01-04
|
1KB
|
60 lines
TABLE OF CONTENTS
DeviceList.sca/DeviceList.sca
DeviceList.sca/SCCM_DeviceList_Generate
DeviceList.sca/SCCM_DeviceList_FreeDevNode
DeviceList.sca/SCCM_DeviceList_Filter
DeviceList.sca/DeviceList.sca
This class is used to generate a list of all currently available
devices. The list will be used to load or update diskicons. You may
use this class to filter the devices.
DeviceList.sca/SCCM_DeviceList_Generate
NAME
SCCM_DeviceList_Generate
SYNOPSIS
DoMethod(obj,SCCM_DeviceList_Generate,APTR NodeList);
FUNCTION
Generates the full list of devices.
INPUT
NodeList - pointer to a ScalosNodeList
SEE ALSO
DeviceList.sca/SCCM_DeviceList_FreeDevNode
NAME
SCCM_DeviceList_FreeDevNode
SYNOPSIS
DoMethod(obj,SCCM_DeviceList_FreeDevNode,APTR Node);
FUNCTION
Frees anything inside of this node, but not the node itself.
INPUT
Node - DeviceNode
SEE ALSO
DeviceList.sca/SCCM_DeviceList_Filter
NAME
SCCM_DeviceList_Generate
SYNOPSIS
DoMethod(obj,SCCM_DeviceList_Filter,APTR NodeList);
FUNCTION
Fillters the list of DeviceNodes. You can hide some devices or resort
the nodelist. Default: all DOS-Devices without a volume will be
filtered. Checkout the flags field in the DeviceNode structure.
INPUT
NodeList - pointer to a ScalosNodeList
SEE ALSO